ComponentOne Xamarin Edition
CanMove Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : CanMove Method
The original index.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
Syntax
public virtual bool CanMove( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
The original index.
toIndex
The destination index.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members